home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / os-includeppc / inline / commodities.h < prev    next >
C/C++ Source or Header  |  1997-04-14  |  4KB  |  119 lines

  1. /* Automatically generated header! Do not edit! */
  2.  
  3. #ifndef _INLINE_COMMODITIES_H
  4. #define _INLINE_COMMODITIES_H
  5.  
  6. #ifndef __INLINE_MACROS_H
  7. #include <inline/macros.h>
  8. #endif /* !__INLINE_MACROS_H */
  9.  
  10. #ifndef COMMODITIES_BASE_NAME
  11. #define COMMODITIES_BASE_NAME CxBase
  12. #endif /* !COMMODITIES_BASE_NAME */
  13.  
  14. #define ActivateCxObj(co, tf) \
  15.     LP2(0x2a, LONG, ActivateCxObj, CxObj *, co, a0, long, tf, d0, \
  16.     , COMMODITIES_BASE_NAME)
  17.  
  18. #define AddIEvents(events) \
  19.     LP1NR(0xb4, AddIEvents, struct InputEvent *, events, a0, \
  20.     , COMMODITIES_BASE_NAME)
  21.  
  22. #define AttachCxObj(headObj, co) \
  23.     LP2NR(0x54, AttachCxObj, CxObj *, headObj, a0, CxObj *, co, a1, \
  24.     , COMMODITIES_BASE_NAME)
  25.  
  26. #define ClearCxObjError(co) \
  27.     LP1NR(0x48, ClearCxObjError, CxObj *, co, a0, \
  28.     , COMMODITIES_BASE_NAME)
  29.  
  30. #define CreateCxObj(type, arg1, arg2) \
  31.     LP3(0x1e, CxObj *, CreateCxObj, unsigned long, type, d0, long, arg1, a0, long, arg2, a1, \
  32.     , COMMODITIES_BASE_NAME)
  33.  
  34. #define CxBroker(nb, error) \
  35.     LP2(0x24, CxObj *, CxBroker, struct NewBroker *, nb, a0, LONG *, error, d0, \
  36.     , COMMODITIES_BASE_NAME)
  37.  
  38. #define CxMsgData(cxm) \
  39.     LP1(0x90, APTR, CxMsgData, CxMsg *, cxm, a0, \
  40.     , COMMODITIES_BASE_NAME)
  41.  
  42. #define CxMsgID(cxm) \
  43.     LP1(0x96, LONG, CxMsgID, CxMsg *, cxm, a0, \
  44.     , COMMODITIES_BASE_NAME)
  45.  
  46. #define CxMsgType(cxm) \
  47.     LP1(0x8a, ULONG, CxMsgType, CxMsg *, cxm, a0, \
  48.     , COMMODITIES_BASE_NAME)
  49.  
  50. #define CxObjError(co) \
  51.     LP1(0x42, LONG, CxObjError, CxObj *, co, a0, \
  52.     , COMMODITIES_BASE_NAME)
  53.  
  54. #define CxObjType(co) \
  55.     LP1(0x3c, ULONG, CxObjType, CxObj *, co, a0, \
  56.     , COMMODITIES_BASE_NAME)
  57.  
  58. #define DeleteCxObj(co) \
  59.     LP1NR(0x30, DeleteCxObj, CxObj *, co, a0, \
  60.     , COMMODITIES_BASE_NAME)
  61.  
  62. #define DeleteCxObjAll(co) \
  63.     LP1NR(0x36, DeleteCxObjAll, CxObj *, co, a0, \
  64.     , COMMODITIES_BASE_NAME)
  65.  
  66. #define DisposeCxMsg(cxm) \
  67.     LP1NR(0xa8, DisposeCxMsg, CxMsg *, cxm, a0, \
  68.     , COMMODITIES_BASE_NAME)
  69.  
  70. #define DivertCxMsg(cxm, headObj, returnObj) \
  71.     LP3NR(0x9c, DivertCxMsg, CxMsg *, cxm, a0, CxObj *, headObj, a1, CxObj *, returnObj, a2, \
  72.     , COMMODITIES_BASE_NAME)
  73.  
  74. #define EnqueueCxObj(headObj, co) \
  75.     LP2NR(0x5a, EnqueueCxObj, CxObj *, headObj, a0, CxObj *, co, a1, \
  76.     , COMMODITIES_BASE_NAME)
  77.  
  78. #define InsertCxObj(headObj, co, pred) \
  79.     LP3NR(0x60, InsertCxObj, CxObj *, headObj, a0, CxObj *, co, a1, CxObj *, pred, a2, \
  80.     , COMMODITIES_BASE_NAME)
  81.  
  82. #define InvertKeyMap(ansiCode, event, km) \
  83.     LP3(0xae, BOOL, InvertKeyMap, unsigned long, ansiCode, d0, struct InputEvent *, event, a0, struct KeyMap *, km, a1, \
  84.     , COMMODITIES_BASE_NAME)
  85.  
  86. #define MatchIX(event, ix) \
  87.     LP2(0xcc, BOOL, MatchIX, struct InputEvent *, event, a0, IX *, ix, a1, \
  88.     , COMMODITIES_BASE_NAME)
  89.  
  90. #define ParseIX(description, ix) \
  91.     LP2(0x84, LONG, ParseIX, STRPTR, description, a0, IX *, ix, a1, \
  92.     , COMMODITIES_BASE_NAME)
  93.  
  94. #define RemoveCxObj(co) \
  95.     LP1NR(0x66, RemoveCxObj, CxObj *, co, a0, \
  96.     , COMMODITIES_BASE_NAME)
  97.  
  98. #define RouteCxMsg(cxm, co) \
  99.     LP2NR(0xa2, RouteCxMsg, CxMsg *, cxm, a0, CxObj *, co, a1, \
  100.     , COMMODITIES_BASE_NAME)
  101.  
  102. #define SetCxObjPri(co, pri) \
  103.     LP2(0x4e, LONG, SetCxObjPri, CxObj *, co, a0, long, pri, d0, \
  104.     , COMMODITIES_BASE_NAME)
  105.  
  106. #define SetFilter(filter, text) \
  107.     LP2NR(0x78, SetFilter, CxObj *, filter, a0, STRPTR, text, a1, \
  108.     , COMMODITIES_BASE_NAME)
  109.  
  110. #define SetFilterIX(filter, ix) \
  111.     LP2NR(0x7e, SetFilterIX, CxObj *, filter, a0, IX *, ix, a1, \
  112.     , COMMODITIES_BASE_NAME)
  113.  
  114. #define SetTranslate(translator, events) \
  115.     LP2NR(0x72, SetTranslate, CxObj *, translator, a0, struct InputEvent *, events, a1, \
  116.     , COMMODITIES_BASE_NAME)
  117.  
  118. #endif /* !_INLINE_COMMODITIES_H */
  119.